Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #7018

Merged
merged 1 commit into from
Dec 1, 2021
Merged

Version Packages #7018

merged 1 commit into from
Dec 1, 2021

Conversation

keystonejs-release-bot
Copy link
Collaborator

@keystonejs-release-bot keystonejs-release-bot commented Nov 30, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@keystone-6/auth@1.0.0

Major Changes

  • #7028 3c7a581c1 Thanks @mitchellhamilton! - Released Keystone 6

  • #7005 f4554980f Thanks @gwyneplaine! - - The following types have been renamed:

    • BaseGeneratedListTypesBaseListTypeInfo
    • ItemRootValueBaseItem
    • ListInfoListGraphQLTypes
    • TypesForListGraphQLTypesForList
    • FieldTypeFunc now has a required type parameter which must satisfy BaseListTypeInfo
    • The following types now have a required type parameter which must satisfy BaseKeystoneTypeInfo:
      • ServerConfig
      • CreateRequestContext
      • AdminUIConfig
      • DatabaseConfig
      • ListOperationAccessControl
      • MaybeSessionFunction
      • MaybeItemFunction
    • GraphQLResolver and GraphQLSchemaExtension now have a required type parameter which must satisfy KeystoneContext
    • KeystoneGraphQLAPI no longer has a type parameter
    • The first parameter to the resolver in a virtual field will be typed as the item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as unknown
    • The item/originalItem arguments in hooks/access control will now receive the Item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as BaseItem
    • args has been removed from BaseListTypeInfo
    • inputs.orderBy and all has been added to BaseListTypeInfo
    • In .keystone/types:
      • ListKeyListTypeInfo has been moved to Lists.ListKey.TypeInfo
      • KeystoneContext has been renamed to Context

Patch Changes

@keystone-6/cloudinary@1.0.0

Major Changes

  • #7028 3c7a581c1 Thanks @mitchellhamilton! - Released Keystone 6

  • #7005 f4554980f Thanks @gwyneplaine! - - The following types have been renamed:

    • BaseGeneratedListTypesBaseListTypeInfo
    • ItemRootValueBaseItem
    • ListInfoListGraphQLTypes
    • TypesForListGraphQLTypesForList
    • FieldTypeFunc now has a required type parameter which must satisfy BaseListTypeInfo
    • The following types now have a required type parameter which must satisfy BaseKeystoneTypeInfo:
      • ServerConfig
      • CreateRequestContext
      • AdminUIConfig
      • DatabaseConfig
      • ListOperationAccessControl
      • MaybeSessionFunction
      • MaybeItemFunction
    • GraphQLResolver and GraphQLSchemaExtension now have a required type parameter which must satisfy KeystoneContext
    • KeystoneGraphQLAPI no longer has a type parameter
    • The first parameter to the resolver in a virtual field will be typed as the item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as unknown
    • The item/originalItem arguments in hooks/access control will now receive the Item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as BaseItem
    • args has been removed from BaseListTypeInfo
    • inputs.orderBy and all has been added to BaseListTypeInfo
    • In .keystone/types:
      • ListKeyListTypeInfo has been moved to Lists.ListKey.TypeInfo
      • KeystoneContext has been renamed to Context

Patch Changes

@keystone-6/document-renderer@1.0.0

Major Changes

@keystone-6/fields-document@1.0.0

Major Changes

  • #7028 3c7a581c1 Thanks @mitchellhamilton! - Released Keystone 6

  • #7005 f4554980f Thanks @gwyneplaine! - - The following types have been renamed:

    • BaseGeneratedListTypesBaseListTypeInfo
    • ItemRootValueBaseItem
    • ListInfoListGraphQLTypes
    • TypesForListGraphQLTypesForList
    • FieldTypeFunc now has a required type parameter which must satisfy BaseListTypeInfo
    • The following types now have a required type parameter which must satisfy BaseKeystoneTypeInfo:
      • ServerConfig
      • CreateRequestContext
      • AdminUIConfig
      • DatabaseConfig
      • ListOperationAccessControl
      • MaybeSessionFunction
      • MaybeItemFunction
    • GraphQLResolver and GraphQLSchemaExtension now have a required type parameter which must satisfy KeystoneContext
    • KeystoneGraphQLAPI no longer has a type parameter
    • The first parameter to the resolver in a virtual field will be typed as the item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as unknown
    • The item/originalItem arguments in hooks/access control will now receive the Item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as BaseItem
    • args has been removed from BaseListTypeInfo
    • inputs.orderBy and all has been added to BaseListTypeInfo
    • In .keystone/types:
      • ListKeyListTypeInfo has been moved to Lists.ListKey.TypeInfo
      • KeystoneContext has been renamed to Context

Patch Changes

@keystone-6/core@1.0.0

Major Changes

  • #7005 7dddbe0fd Thanks @gwyneplaine! - Change cli command from keystone-next to keystone

  • #7028 3c7a581c1 Thanks @mitchellhamilton! - Released Keystone 6

  • #7005 f4554980f Thanks @gwyneplaine! - - The following types have been renamed:

    • BaseGeneratedListTypesBaseListTypeInfo
    • ItemRootValueBaseItem
    • ListInfoListGraphQLTypes
    • TypesForListGraphQLTypesForList
    • FieldTypeFunc now has a required type parameter which must satisfy BaseListTypeInfo
    • The following types now have a required type parameter which must satisfy BaseKeystoneTypeInfo:
      • ServerConfig
      • CreateRequestContext
      • AdminUIConfig
      • DatabaseConfig
      • ListOperationAccessControl
      • MaybeSessionFunction
      • MaybeItemFunction
    • GraphQLResolver and GraphQLSchemaExtension now have a required type parameter which must satisfy KeystoneContext
    • KeystoneGraphQLAPI no longer has a type parameter
    • The first parameter to the resolver in a virtual field will be typed as the item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as unknown
    • The item/originalItem arguments in hooks/access control will now receive the Item type if the list is typed with Keystone.Lists or Keystone.Lists.ListKey, otherwise it will be typed as BaseItem
    • args has been removed from BaseListTypeInfo
    • inputs.orderBy and all has been added to BaseListTypeInfo
    • In .keystone/types:
      • ListKeyListTypeInfo has been moved to Lists.ListKey.TypeInfo
      • KeystoneContext has been renamed to Context

Patch Changes

@keystone-6/session-store-redis@1.0.0

Major Changes

Patch Changes

@keystone-6/website@0.0.1

Patch Changes

@keystone-6/example-assets-cloud@0.0.1

Patch Changes

@keystone-6/example-assets-local@0.0.1

Patch Changes

@keystone-6/example-auth@0.0.1

Patch Changes

@keystone-6/examples-app-basic@0.0.1

Patch Changes

  • Updated dependencies [7dddbe0fd, fb7844ab5, 3c7a581c1, f4554980f]:
    • @keystone-6/core@1.0.0
    • @keystone-6/auth@1.0.0
    • @keystone-6/document-renderer@1.0.0
    • @keystone-6/fields-document@1.0.0

@keystone-6/example-ecommerce@0.0.1

Patch Changes

@keystone-6/example-embedded-nextjs@0.0.1

Patch Changes

@keystone-6/example-graphql-api-endpoint@0.0.1

Patch Changes

@keystone-6/example-roles@0.0.1

Patch Changes

@keystone-6/example-sandbox@0.0.1

Patch Changes

@keystone-6/example-blog@0.0.1

Patch Changes

@keystone-6/example-custom-admin-ui-logo@0.0.1

Patch Changes

@keystone-6/example-custom-admin-ui-navigation@0.0.1

Patch Changes

@keystone-6/example-custom-admin-ui-pages@0.0.1

Patch Changes

@keystone-6/example-custom-field@0.0.1

Patch Changes

@keystone-6/example-custom-field-view@0.0.1

Patch Changes

@keystone-6/example-default-values@0.0.1

Patch Changes

@keystone-6/example-document-field@0.0.1

Patch Changes

@keystone-6/example-extend-graphql-schema@0.0.1

Patch Changes

@keystone-6/example-extend-graphql-schema-graphql-ts@0.0.1

Patch Changes

@keystone-6/example-extend-graphql-schema-nexus@0.0.1

Patch Changes

@keystone-6/example-json-field@0.0.1

Patch Changes

@keystone-6/example-rest-api@0.0.1

Patch Changes

@keystone-6/example-task-manager@0.0.1

Patch Changes

@keystone-6/example-testing@0.0.1

Patch Changes

@keystone-6/example-virtual-field@0.0.1

Patch Changes

@keystone-6/example-with-auth@0.0.1

Patch Changes

@keystone-6/benchmarks-legacy@0.0.1

Patch Changes

@keystone-6/test-projects-basic@0.0.1

Patch Changes

@keystone-6/test-projects-crud-notifications@1.0.1

Patch Changes

@keystone-6/test-projects-live-reloading@1.0.1

Patch Changes

@vercel
Copy link

vercel bot commented Nov 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/8K4jkkXeAVHj8R7YYtv1aHwmZ1bW
✅ Preview: https://keystone-next-docs-git-changeset-release-main-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview November 30, 2021 05:00 Inactive
@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 30, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@vercel vercel bot temporarily deployed to Preview November 30, 2021 05:55 Inactive
@vercel vercel bot temporarily deployed to Preview November 30, 2021 23:37 Inactive
@bladey bladey self-requested a review November 30, 2021 23:48
@bladey bladey enabled auto-merge (squash) November 30, 2021 23:54
@bladey bladey merged commit b672137 into main Dec 1, 2021
@bladey bladey deleted the changeset-release/main branch December 1, 2021 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants